/* Styles généraux ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
*
{
    margin: 0;
    padding: 0;
}

body 
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, arial, sans-serif;
    color: black;
    background: url(../img/forme.png) fixed no-repeat bottom right;
    background-size: 10%;

}

a
{
    text-decoration: none;
    color: black;
}

a:hover
{
    color: #007c6d;
    cursor: pointer;
}

/* Header ----------------------------------------------------------------------------------------------------------------- */

#header_top
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
}

#logo_agiris
{
    width: 12em;
    margin-left: 2em;
} 

.titre h1
{
    text-align: end;
    color: #007c6d;
    padding: 0.5em;
}

#picto_aide
{
    width: 6em;
    margin: 2%;
}

#header_btm
{
    background-color: #3bb49e;
}

#header_btm p
{
    color: white;
    text-align: justify;
    margin-left: 4em;
    padding: 0.5em;
}

/* Main ----------------------------------------------------------------------------------------------------------------- */

.main
{
    padding: 2em;
    /*width: 75%;*/
    margin-left: 10em;
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

.block
{
    display: flex;
}

.block_logo
{
    display: flex;
    align-items: center;
}

.block_logo img
{
    width: 9em;
}

.block_content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2em;
    width: 100%;
}

.block_content iframe
{
    margin-top: 1.5em;
}

.block_content p
{
    padding: 10px;
    line-height: 2em;
}

.right {
    flex-grow: 1;
    margin: auto 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right_panel {
    border: solid 2px #007c6d;
    border-radius: 15px;
    padding: 10px;
}

.right_panel_top {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    border-bottom: 1px solid;
}

.right_panel_top_item a {
    display: flex;
    align-items: center;
    gap: 10px;

    img {
        width: 50px;
    }
}

.right_panel_content {
    min-height: 250px;
}

.content_title {
    margin-top: 20px;
    text-align: center;

    img {
        width: 100px;
        margin-bottom: 10px;
    }
}

.links {
    padding-left: 50px;
    margin-top: 50px;

    a {
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: fit-content;
        margin-bottom: 5px;

        img {
            width: 50px;
        }
    }
}

.espace_client {
    width: 100%;
    text-align: center;
}

/* Roue  ------------------------------------------------------------------------------------------------------------------ */

#roue
{
    width: 60%;
    margin: auto;
}

#conteneur
{
    width: 30vw;
    height: 30vw;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

#conteneur a 
{
    padding: 0;
}

#conteneur .state {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;

    img {
        margin-top: 20px;
        margin-left: 50px;
        width: 9em;
    }
}

.item {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
}

.item img
{
    width: 9em;
}